home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineSprite_1632 / frame_12 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  268 b   |  18 lines

  1. set("/Variables:Lampe2Tombe",true);
  2. tellTarget("_root.Lampe2")
  3. {
  4.    gotoAndStop(2);
  5. }
  6. tellTarget("_root.Corde2")
  7. {
  8.    gotoAndStop(2);
  9. }
  10. tellTarget("_root")
  11. {
  12.    gotoAndStop(eval("/Variables:EtatActif"));
  13. }
  14. tellTarget("_parent")
  15. {
  16.    gotoAndStop(1);
  17. }
  18.